home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00249_SALIDA CONFIGURACION.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  316 b   |  15 lines

  1. on exitFrame
  2.   global ayuda_on, idioma
  3.   puppetSprite(17, 0)
  4.   puppetSprite(2, 0)
  5.   puppetSprite(3, 0)
  6.   if ayuda_on then
  7.     set the castNum of sprite 40 to the number of cast "HELP_EN.PIC" + idioma - 1
  8.     activa_ayuda()
  9.     puppetTransition(50, 0, 8)
  10.     updateStage()
  11.   end if
  12.   puppetPalette(0)
  13.   play done
  14. end
  15.